home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -in_the_mag- / javascript / part5 / scripts / fulldateup.js < prev    next >
Text File  |  2000-02-07  |  531b  |  12 lines

  1. <script LANGUAGE="JavaScript">
  2. <!--
  3. //Written by Jay Reed Mental8383@yahoo.com, Mental8300@aol.com
  4. //Premission to use granted to all who keep this text enclosed
  5. //http://come.to/reed
  6. document.write("<B><font size=3 color=navy> You have been here since:<BR><TT><font size=3 color=red> "+Date()+"  </font></B><BR>")
  7. document.write("<B></FONT><font size=3 color=navy></TT>Page lastupdated:<BR><TT></font><font size=3 color=red> ")
  8. document.write(document.lastModified)
  9. document.write(" </font></B></TT>")
  10. //-- end Date -->
  11. </script>
  12.